home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / selector90.lha / Selector / ShortWay < prev    next >
Text File  |  1998-10-14  |  919b  |  29 lines

  1. Screen Jump    ;The panel will popup on ALL screens
  2. Popup rmb lmb    ;The panel will popup when both mouse buttons are pressed
  3.          ;(left+right). If you have a 3-button mouse, use "POPUP MMB"
  4.          ;instead, for the middle button.
  5.  
  6. x atPointer
  7. y atPointer    ;The panel will popup at the mouse pointer
  8.  
  9. Border OFF    ;Turns the windows borders off
  10.  
  11. Title OFF    ;Turns the windows title off
  12.      
  13.  
  14. Button Shell exec 'newshell con:20/156/640/178'
  15.         ;Button for starting a shell
  16.  
  17. button Workbench ScreenRun Workbench
  18.         ;Button for jumping to Workbench
  19.  
  20. button Octamed ScreenRun OCTAMED work:Soundstudio/octamed closepopup
  21.          ;Button for starting Octamed, or just jump to octameds screen
  22.          ;if it's allready open.
  23.  
  24. button Lexikon    exec 'wbrun "Work:ORD/Lexikon/Lexikon"' closepopup
  25.         ;Start a program as if it had been doubleclicked.
  26.  
  27. button Program run 'selector program' closepopup
  28.         ;Show a submenu (if the script file "program" exists)
  29.